home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickDraw GX / Programming Stuff / GX Compatibility Interfaces / graphics errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-23  |  274 b   |  12 lines  |  [TEXT/MPS ]

  1. /* 
  2.     "grahpics errors.h" has been merged in to "GXErrors.h"
  3.     
  4.     This file has been included to allow older source code 
  5.     to #include <grahpics errors.h>.  Please update your source
  6.     code to directly #include <GXErrors.h>
  7. */
  8.  
  9. #ifndef __GXERRORS__
  10. #include <GXErrors.h>
  11. #endif
  12.